repo: Add unconfigured-state to remote config options
authorColin Walters <walters@verbum.org>
Thu, 8 Dec 2016 19:20:19 +0000 (14:20 -0500)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 9 Dec 2016 17:46:54 +0000 (17:46 +0000)
commit17f264a4876dee43d97f14b777abdc328333f0c8
tree155cd1c9fe1aa193fdf3d7c1844756b459385caa
parentef438c8d60489d707d79abfa9d7da0932bd86986
repo: Add unconfigured-state to remote config options

This is a migration from the origin version.  It's
nicer to have it in the remote, since that's what one
needs to change.  Then tools don't need to mess with
the origin file.o

In fact in this scenario one can keep the "media source" like
`file:///install/repo` or whatever, since conceptually that's where it
came from.  We're just providing a better error.

Closes: https://github.com/ostreedev/ostree/issues/626
Closes: #627
Approved by: jlebon
man/ostree.repo-config.xml
src/libostree/ostree-repo-pull.c
src/libostree/ostree-sysroot-upgrader.c
tests/pull-test.sh